Skip to content

Instantly share code, notes, and snippets.

@Klerith
Klerith / testing-configuration.md
Last active May 27, 2026 08:00
Configuración de Vitest + React Testing Library
@mcollina
mcollina / guide.md
Created April 30, 2026 09:41
Configuring minimum release age across npm, pnpm, and yarn

Configuring minimum release age across npm, pnpm, and yarn

Setting a minimum release age (a "cooldown") on dependencies is a cheap, high-leverage defense against supply-chain attacks. Most malicious package versions are detected and yanked within hours, so a 24-hour delay filters out the smash-and-grab incidents (axios 1.14.1, ua-parser-js, Solana web3.js, etc.).

All three major Node.js package managers now support this, but each one used a different name and a different unit. Here is what you need.

Minimum versions

Tool Setting Unit Introduced in
@christopher-paul-shaw
christopher-paul-shaw / mysqldump-progress-export
Last active May 27, 2026 07:58
MySQL Dump With Progress Bar
Exporting From DB
mysqldump -u root -ppassword databasename | pv --progress --size 10g -t -e -r -a > databasedump.sql
Importing
pv sqlfile.sql | mysql -uxxx -pxxxx dbname

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@denji
denji / vmx_documentation.md
Last active May 27, 2026 07:57
VMware/ESXi .vmx Configuration Parameters

VMware VMX Configuration Parameters — Reference

⚠️ USE AT YOUR OWN RISK
Most parameters listed here are undocumented and unsupported by VMware/Broadcom.
Always back up your .vmx file before editing. Test in non-production environments first.
Parameter availability depends on VMware product version, host OS, and virtualHW.version.


Table of Contents

@coderbyheart
coderbyheart / excercises.md
Last active May 27, 2026 07:54
Chinook Database Excercises

Fragen Sie auf der Chinook Datenbank die folgenden Daten ab: (Download unter https://www.sqlitetutorial.net/sqlite-sample-database/)

  1. Welche Musikgenres sind in der Datenbank hinterlegt?
  2. Alle IDs, Namen und Geburtsdaten der Mitarbeiter alphabetisch nach Nachname, Vorname sortiert.
  3. Die Titel des Albums „Master Of Puppets“.
  4. Alle Kunden, die Ihre E-Mail-Adresse bei gmail.com haben
  5. Die ID, der vollständige Name und E-Mail-Adresse des Kunden mit den meisten Rechnungen
  6. Erweiterung: mit dem meisten Umsatz
@WarningImHack3r
WarningImHack3r / OS_arch.md
Last active May 27, 2026 07:51
Offline installation of local language models of IntelliJ 2024.1+

Available OS: windows, linux (probably darwin for macOS, not tested though)
Available arch: x86_64 (others not tested)

Note: You can try to mix and match values from both lists above, there is no guarantee of success though, even though it should very likely work.

@DartPower
DartPower / Astra.md
Last active May 27, 2026 07:51
Astra Linux ISO / Коллекция ссылок на Astra Linux